home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
egs-tools
/
egs_demo-version
/
egs_devels
/
c-include
/
egb
/
gbselect.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-06
|
1KB
|
49 lines
#ifndef EGS_EGB_GBSELECT_H
#define EGS_EGB_GBSELECT_H
/***************************************************************************\
*
* $
* $ FILE : gbselect.h
* $ VERSION : 1
* $ REVISION : 2
* $ DATE : 07-Feb-93 20:04
* $
* $ Author : mvk
* $
*
*****************************************************************************
* *
* (c) Copyright 1990/93 VIONA Development *
* All Rights Reserved *
* *
\***************************************************************************/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EGS_EGSINTUI_H
#include <egs/egsintui.h>
#endif
#ifndef EGS_EGSGADBOX_H
#include <egs/egsgadbox.h>
#endif
typedef EB_GadBoxPtr *EGB_GadBoxArray[];
typedef EGB_GadBoxArray *EGB_GadBoxArrayPtr;
typedef struct EGB_SelectGadget *EGB_SelectGadgetPtr;
/* DICE typedef workaround */
struct EGB_SelectGadgetStruct {
struct EI_Gadget Gadget;
WORD Sel, Selnum;
APTR SelGfx;
};
typedef struct EGB_SelectGadgetStruct EGB_SelectGadget;
#endif /*EGS_EGB_GBSELECT_H */